func github.com/oapi-codegen/runtime.marshalFormImpl
6 uses
github.com/oapi-codegen/runtime (current package)
bindform.go#L119: marshalFormImpl(field, result, tag)
bindform.go#L289: func marshalFormImpl(v reflect.Value, result url.Values, name string) {
bindform.go#L292: marshalFormImpl(v.Elem(), result, name)
bindform.go#L296: marshalFormImpl(elem, result, fmt.Sprintf("%s[%v]", name, i))
bindform.go#L305: marshalFormImpl(iter.Value(), result, fmt.Sprintf("%s[%s]", name, iter.Key().String()))
bindform.go#L313: marshalFormImpl(v.Field(i), result, fmt.Sprintf("%s[%s]", name, tag))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |